ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / OnClientCurrentChanging Property






In This Topic
    OnClientCurrentChanging Property
    In This Topic
    Occurs before the current item changes.
    Syntax
    'Declaration
     
    
    Property OnClientCurrentChanging As System.String
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.String
     
    instance.OnClientCurrentChanging = value
     
    value = instance.OnClientCurrentChanging
    System.string OnClientCurrentChanging {get; set;}
    read-write property OnClientCurrentChanging: System.String; 
    function get,set OnClientCurrentChanging : System.String
    __property System.string* get_OnClientCurrentChanging();
    __property void set_OnClientCurrentChanging( 
       System.string* value
    );
    property System.String^ OnClientCurrentChanging {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also